home *** CD-ROM | disk | FTP | other *** search
/ Holt Researcher: American History / Holt Researcher: American History.iso / pc / modules / memmon.dxr / 00026_Unload.ls < prev    next >
Encoding:
Text File  |  2000-01-14  |  96 b   |  8 lines

  1. on mouseUp
  2.   now = startTimer()
  3.   tell the stage
  4.     unLoadCast()
  5.   end tell
  6.   PutTime(now)
  7. end
  8.